Thread: uh... -> .* * ! | & ^= ++ @(#)$*&#@!!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Authorized Technician
    Join Date
    Jul 2004
    Posts
    11

    uh... -> .* * ! | & ^= ++ @(#)$*&#@!!!

    Operators... I'm confused.

    In my C++ book -> is listed at the same operational level as .* and *. I know *, that's with pointers. But what is this -> operator? While we're on the subject, what's all these mean?

    ^=
    .*
    >>
    << (I know how to use it, but what is it really?)
    <<=
    >>= (who thinks of these?)
    ?: This is the trinary operator, is it not?

    Any more weird ones to add?
    Anyways, I think it would be a good idea for all the CPP operators to be put in one thread and put somewhere convienient.

    <edit>
    How 'bout:
    ~
    all these 'boolean' operators
    ^
    &
    |
    My list (C++ book) says:
    Sizeof
    new
    delete
    but I don't quite get how those are operators
    </edit>
    Last edited by Bomber_nuke88; 08-06-2004 at 08:00 PM.
    Behind me lies another fallen soldier...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. small -> big -> bigger -> bigger than bigger -> ?
    By happyclown in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 03-11-2009, 12:12 PM
  2. Changing flags from a DLL?
    By RobotGymnast in forum C++ Programming
    Replies: 17
    Last Post: 10-27-2008, 01:34 PM
  3. Dev-C++ -> Tools - > Editor -> Syntax
    By Yuri2 in forum C++ Programming
    Replies: 19
    Last Post: 07-03-2006, 07:48 AM
  4. > > > Urgent Help < < <
    By CodeCypher in forum C Programming
    Replies: 2
    Last Post: 01-31-2006, 02:06 PM